home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / High Speed Pascal v1.0 d1.adf / ReadMe < prev    next >
Text File  |  1992-01-17  |  2KB  |  71 lines

  1.  
  2.     HighSpeed Pascal 1.00
  3.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  4.  
  5. Welcome to HighSpeed Pascal!  The information contained in
  6. this file is intended to supplement the manual.  Please
  7. take the time to read through it along with the Contents
  8. file in order to obtain the latest details on your version
  9. of HighSpeed Pascal.
  10.  
  11.  
  12.     Debugging
  13.     ¯¯¯¯¯¯¯¯¯
  14. Pascal source level debugging is only available when
  15. compiling to disk at present.  In order to use this
  16. facility from within the editor you must select both
  17. Compile to Disk on the Settings menu and Line Debug in the
  18. Pascal Config requester.  You must also ensure that program
  19. and unit names in the source files match the filenames
  20. (without .pas extensions).
  21.  
  22.  
  23.     Running compiled programs from Workbench
  24.     ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  25. Programs compiled with HighSpeed Pascal are suitable for
  26. use from both command line and Workbench environments. From
  27. a CLI or Shell, the current window is used for text input
  28. and output (unless redirected with < or >) and command line
  29. arguments are accessed with the DOS unit's ParamCount and
  30. ParamStr functions.
  31.  
  32. When a program is run from Workbench by double-clicking its
  33. icon, a console window is opened automatically and any
  34. other selected icons are passed to the program as
  35. arguments. ParamCount gives the number of icons whilst
  36. ParamStr returns their full pathnames.  You may use the
  37. Icon unit to access icons and attached tooltypes as
  38. required.
  39.  
  40. To test which way a program was run you may examine the
  41. WBenchMsg pointer.  If NIL, the program was run from a
  42. command line, otherwise it points to a tWBStartup record as
  43. defined in the Workbench unit.
  44.  
  45.  
  46.     2.0 Note
  47.     ¯¯¯¯¯¯¯¯
  48. Due to disk space restrictions, it was not possible to
  49. supply all of the 2.0 preferences editors.  After booting
  50. from the 2.0 Program Disk, you may use the editors on your
  51. regular Workbench 2 disk to modify and save the default
  52. preferences.
  53.  
  54.  
  55. If you have any comments, suggestions or problems with this
  56. or any HiSoft product, please contact our technical support
  57. department by phone between 2 and 3pm or in writing.
  58.  
  59.  
  60.     HiSoft
  61.     The Old School
  62.     Greenfield
  63.     Bedford
  64.     MK45 5DE
  65.     U.K.
  66.  
  67.     Tel: +44 525 718181
  68.     Fax: +44 525 713716
  69.  
  70.     16th January 1992
  71.